Feature.dependencies

Dependencies must be initialized in a 2-way start. First, every dependency is started with its own information After that, all the dependencies are started.

struct Feature
Feature*[] dependencies;

Meta